[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Class Browse:
~~~~~~~~~~~~~~
It serves as key-precessing by view/edit of structured data
(arrays or database files) with help of standard clipper class TBrowse.
Two ways of displaying of data table are introduced:
1.Browse = classical form of displaying.
2.Form = only one table row is displayed, with all data put one under other.
Common use:
~~~~~~~~~~~~
LOCAL OBJECT Br OF Browse
Br:Init(...) //or Br:GoodInit(...)
Br:AddBlock(...) //could be repeated or could be Br:AddGet(...)
...
Methods AddBlock() and AddGet() could be mixed and repeated, or instvar
variables of this object can be changed (i.g.Br:CanSwap:=false).
You don't take care for displaying, editation because the parent class Task
methods do the work for us.
If you need to produce the displayer of structured data, and you can't use
the classes ABrowse or DBrowse, you can as superset of this class write
your own displayer.
Source code of class Browse is in C_Browse.prg
See Also:
Task
Window
Box
ABrowse
DBrowse
Color
Class hierarchy
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson